| Post | updatePetWithForm |
Resource Path: /pet/{petId}
Description
Updates a pet in the store with form data
Parameters
| Name | Description | Data Type |
|---|---|---|
| petId | ID of pet that needs to be updated | integer |
| name | Updated name of the pet | string |
| status | Updated status of the pet | string |
Fault Responses
| Fault | Description |
|---|---|
| 405 | Invalid input |
See Also